<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

body {
    font-size: 14px;
    line-height: 1;
    font-family: 'Arial';
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: 0;
    background: none;
}

fieldset,
img {
    border: 0;
}

a {
    color: #333;
}

a,
img {
    -webkit-touch-callout: none;
}

img {
    display: block;
}

li img {
    transition: all 0.3s;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: none;
    outline: none
}

.li,
.dd {
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

ul::after {
    content: '';
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}

.container::after {
    content: '';
    display: block;
    clear: both;
}

.flex_wrap {
    flex-wrap: wrap;
}

.disflex {
    display: flex;
}

.disb {
    display: block;
}

.flex_lmr {
    justify-content: space-between;
}

.flex_aj {
    align-items: center;
    justify-content: center;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.l_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.l_img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

body {
    background: #050b22;
}

.pd80 {
    padding: 80px 0;
}


/*澶撮儴*/

.header {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
}

.header .logo {
    padding-top: 15px;
    width: 66px;
    float: left;
}

.header .logo img {
    width: 100%;
}

.header .nav {
    height: 100px;
    line-height: 100px;
    float: left;
}

.header .nav li {
    margin-left: 80px;
    position: relative;
    float: left;
}

.header .nav li a {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
}

.header .nav li .box {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    width: 120px;
    position: absolute;
    left: -20px;
    top: 65px;
    display: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3)
}

.header .nav li .box a {
    display: block;
    color: #666;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.header .nav li:hover .box {
    display: block;
}

.header .r-btn {
    float: right;
    line-height: 100px;
}

.header .r-btn a {
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    transition: .25s;
    border-radius: 36px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
}

.header .r-btn a:hover {
    background: #3896ff;
}

.header2 {
    background: #fff;
}

.header2 .nav li a {
    color: #333;
}

.header .nav.this a {
    color: #3896ff;
}

.header2 .r-btn a {
    color: #777777;
}

.header2 .r-btn a:hover {
    color: #fff;
}

.i-banner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 966px;
    background: url(../images/i-ban.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.i-banner .box {
    text-align: center;
    color: #fff;
}

.i-banner .box .d1 {
    display: block;
    margin: 0 auto 45px;
}

.i-banner .box .d2 {
    font-family: 'Microsoft YaHei';
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 60px;
}

.i-banner .box .d3 {
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    margin-bottom: 100px;
    font-size: 36px;
}

.i-banner .box .d4 span {
    font-size: 24px;
    display: inline-block;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin: 0 10px;
}

.i-banner .box .d4 span i {
    color: #3896ff;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.i-banner .box .d5 {
    display: block;
    width: 150px;
    height: 50px;
    background: #3896ff;
    line-height: 50px;
    border-radius: 50px;
    margin: 40px auto;
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
    font-size: 20px;
}

.i-banner .box .d6 {
    height: 18px;
    line-height: 18px;
    opacity: .2;
    color: #fff;
}

.i-banner .box .d6 a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    border-right: 1px solid #fff;
    padding-right: 5px;
}

.i-banner .box .d6 a:last-child {
    border-right: 0;
}

.s-t {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    font-family: 'Microsoft YaHei';
}

.i-d1 {
    width: 100%;
    height: 100%;
    background: url(../images/i1-bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 7.6%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.i-d1 .s-t {
    margin-bottom: 6.3%;
}

.i-d1 .left {
    width: 43%;
}

.i-d1 .left li {
    color: #fff;
    margin-bottom: 60px;
}

.i-d1 .left li:last-child {
    margin-bottom: 0;
}

.i-d1 .left .d1 {
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}

.i-d1 .left .d1::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #3896ff;
    position: absolute;
    left: -20px;
    top: calc(50% - 5px);
}

.i-d1 .left .d2 {
    font-size: 18px;
    line-height: 36px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    opacity: .8;
}

.i-d1 .right {
    width: 43.2%;
}

.i-d1 .right img {
    width: 100%;
}

.i-d2 {
    width: 100%;
    height: 100%;
    background: url(../images/i2-bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.i-d2 .right {
    width: 43.2%;
}

.i-d2 .right li {
    color: #fff;
    margin-bottom: 60px;
}

.i-d2 .right li:last-child {
    margin-bottom: 0;
}

.i-d2 .right .d1 {
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}

.i-d2 .right .d1::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #3896ff;
    position: absolute;
    left: -20px;
    top: calc(50% - 5px);
}

.i-d2 .right .d2 {
    font-size: 18px;
    line-height: 36px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    opacity: .8;
}

.i-d3 {
    width: 100%;
    height: 100%;
    background: url(../images/i3-bg.jpg) center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.i-d3 .left {
    width: 43%;
}

.i-d3 .left li {
    color: #fff;
    margin-bottom: 60px;
}

.i-d3 .left li:last-child {
    margin-bottom: 0;
}

.i-d3 .left .d1 {
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}

.i-d3 .left .d1::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #3896ff;
    position: absolute;
    left: -20px;
    top: calc(50% - 5px);
}

.i-d3 .left .d2 {
    font-size: 18px;
    line-height: 36px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    opacity: .8;
}

.i-d3 .right {
    width: 66%;
    position: absolute;
    left: 0;
    right: -55%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.i-d3 .right img {
    width: 100%;
}

.footer {
    width: 100%;
    height: 300px;
    background: url(../images/f-bg.jpg) center top no-repeat;
    box-sizing: border-box;
    padding: 50px 0;
    position: relative;
}

.footer .box1 {
    float: left;
    width: 17%;
}

.footer .box1 img {
    width: 130px;
    max-width: 60%;
}

.footer .box2 {
    float: left;
    width: calc(83% - 250px);
}

.footer .box2 dl:nth-child(1) {
    width: 20%;
    float: left;
}

.footer .box2 dl:nth-child(2) {
    width: 30%;
    float: left;
}

.footer .box2 dl:nth-child(3) {
    width: 30%;
    float: left;
}

.footer .box2 dl:nth-child(4) {
    width: 20%;
    float: left;
}

.footer .box2 dl dt {
    margin-bottom: 28px;
    font-size: 20px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
}

.footer .box2 dl dd {
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    opacity: .6;
    color: #fff;
}

.footer .box2 dl dd a {
    color: #fff;
}

.footer .box3 {
    float: right;
    width: 130px;
}

.footer .box3 img {
    width: 100%;
}

.footer .bq {
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #fff;
    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.s-banner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
    background: url(../images/s-ban.png) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.s-banner .box {
    width: 1200px;
    margin: 0 auto;
    max-width: 95%;
}

.s-banner .text {
    float: left;
    color: #fff;
    padding-top: 80px;
    width: 48%;
    box-sizing: border-box;
}

.s-banner .text .d1 {
    font-size: 54px;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
    margin-bottom: 30px;
}

.s-banner .text .d2 {
    font-size: 28px;
    line-height: 48px;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    margin-bottom: 30px;
}

.s-banner .text .d3 {
    width: 150px;
    height: 50px;
    background: #3896ff;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
    font-size: 20px;
}

.s-banner .img {
    float: right;
    width: 48%;
}

.s-banner .img img {
    width: 100%;
}

.tg-d1 {
    background: #fff;
    padding: 100px 0;
}

.tg-d1 .ul1 {
    margin-bottom: 100px;
}

.tg-d1 .ul1 li {
    float: left;
    width: 23%;
    height: 380px;
    text-align: center;
    transition: .25s;
    border-radius: 20px;
    margin-right: calc(8% / 3);
    padding-top: 58px;
    box-sizing: border-box;
    transition: .25s;
}

.tg-d1 .ul1 li:last-child {
    margin-right: 0;
}

.tg-d1 .ul1 li .d1 {
    margin: 0 auto 30px;
}

.tg-d1 .ul1 li .d2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
}

.tg-d1 .ul1 li .d3 p {
    font-size: 18px;
    color: #777777;
    margin-bottom: 18px;
}

.tg-d1 .ul1 li:hover {
    box-shadow: 0px 6px 20px rgba(0, 78, 162, .2);
}

.tg-d1 .s-t {
    margin-bottom: 80px;
    color: #333;
    margin-bottom: 80px;
}

.tg-d1 .ul2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tg-d1 .ul2::after {
    display: none;
}

.tg-d1 .ul2 li {
    width: 230px;
    float: left;
    text-align: center;
    position: relative;
}

.tg-d1 .ul2 li .d1 {
    margin: 0 auto 30px;
    max-width: 55%;
}

.tg-d1 .ul2 li .d2 {
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
    margin-bottom: 20px;
}

.tg-d1 .ul2 li .d3 {
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #777;
}

.tg-d1 .ul2 li:last-child {
    margin-right: 0;
}

.tg-d1 .s-m {
    width: 200px;
    height: 50px;
    background: #3896ff;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: 'schm';
    margin: 60px auto 0;
    box-shadow: 0px 10px 10px rgba(56, 150, 255, .5);
}

.tg-d1 .ul2 li::after {
    content: '';
    display: block;
    width: 61px;
    height: 50px;
    background: url(../images/arr.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50px;
    right: -52%;
}

.tg-d1 .ul2 li:last-child::after {
    display: none;
}

.tg-d2 {
    width: 100%;
    height: 450px;
    background: url(../images/tg2-bg.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tg-d2 .box {
    width: 100%;
}

.tg-d2 ul {
    margin: 80px auto 0;
    text-align: center;
    color: #fff;
    width: 950px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tg-d2 ul::after {
    display: none;
}

.tg-d2 ul li {
    display: inline-block;
}

.tg-d2 ul li .d1 {
    font-size: 60px;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
}

.tg-d2 ul li .d2 {
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 30px;
}

.tg-d3 {
    background: #fff;
    padding: 100px 0;
}

.tg-d3 .s-t {
    color: #333;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
    margin-bottom: 60px;
}

.tg-d3 li {
    margin-bottom: 20px;
    background: #f2f4f7;
    border-radius: 0px 0px 10px 10px;
}

.tg-d3 li .t {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #3896ff;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 40px;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    cursor: pointer;
    position: relative;
}

.tg-d3 li .t::after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    right: 40px;
    top: calc(50% - 2px);
    background: #fff;
}

.tg-d3 li .t::before {
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    position: absolute;
    right: 51px;
    top: 17px;
    background: #fff;
}

.tg-d3 li .b {
    width: 100%;
    overflow: hidden;
    padding: 30px 40px;
    box-sizing: border-box;
    display: none;
}

.tg-d3 li .b .left {
    width: 40px;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
}

.tg-d3 li .b .right {
    width: calc(100% - 40px);
    font-size: 18px;
    line-height: 36px;
    position: relative;
    margin-top: -6px;
}

.tg-d3 li.show .t::before {
    display: none;
}

.tg-d3 li.show .b {
    display: block;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #fff;
}

.section.footerss .fp-tableCell {
    display: block!important;
}

.tcgm-banner {
    background: url(../images/tcgm1.jpg) center no-repeat;
}

.tcgm-d {
    background: #ffffff;
    padding: 80px 0 100px;
}

.tcgm-d .s-t {
    margin-bottom: 46px;
    color: #333333;
}

.tcgm-d .tab-t {
    margin-bottom: 50px;
    text-align: center;
}

.tcgm-d .tab-t span {
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #3896ff;
    box-sizing: border-box;
    border-radius: 50px;
    color: #3896ff;
    font-size: 20px;
    margin: 0 8px;
    cursor: pointer;
}

.tcgm-d .tab-t span.this {
    color: #fff;
    background: #3896ff;
}

.tcgm-d .tab-c li {
    width: 31.5%;
    float: left;
    margin-right: 2.75%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(34, 86, 144, 0.2);
}

.tcgm-d .tab-c li .d1 {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 26px;
}

.tcgm-d .tab-c li:nth-child(1) .d1 {
    background: url(../images/tcgm2.jpg) center no-repeat;
    background-size: cover;
}

.tcgm-d .tab-c li:nth-child(2) .d1 {
    background: url(../images/tcgm3.jpg) center no-repeat;
    background-size: cover;
}

.tcgm-d .tab-c li:nth-child(3) .d1 {
    background: url(../images/tcgm4.jpg) center no-repeat;
    background-size: cover;
}

.tcgm-d .tab-c li .d2 {
    width: 100%;
    padding: 40px 40px 30px;
    box-sizing: border-box;
}

.tcgm-d .tab-c li .d2 dd {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    line-height: 40px;
    margin-bottom: 5px;
    position: relative;
    font-size: 18px;
    overflow: hidden;
    padding-bottom: 1px;
}

.tcgm-d .tab-c li .d2 dd::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #3896ff;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
}

.tcgm-d .tab-c li .d2 dd span {
    float: left;
}

.tcgm-d .tab-c li .d2 dd .n {
    float: left;
    width: 180px;
    height: 40px;
}

.tcgm-d .tab-c li .d2 dd .n a {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    background: #f6f6f6;
    color: #999;
    margin-top: 5px;
    cursor: pointer;
}

.tcgm-d .tab-c li .d2 dd .n input {
    width: 100px;
    height: 40px;
    line-height: 38px;
    border-radius: 4px;
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    margin-left: 10px;
    text-align: center;
}

.tcgm-d .tab-c li .d2 dd .n input:focus {
    border: 1px solid #3896ff;
}

.tcgm-d .tab-c li .d2 dd .n a:last-child {
    float: right;
}

.tcgm-d .tab-c li:nth-child(3) {
    margin-right: 0;
}

.tcgm-d .tab-c li .d3 {
    padding-bottom: 38px;
    text-align: center;
}

.tcgm-d .tab-c li .d3 a {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    color: #fff;
    background: #3896ff;
    box-shadow: 0px 6px 6px rgba(34, 86, 144, 0.2);
}

.api-banner {
    background: url(../images/api1.jpg) center no-repeat;
}

.api-banner .text {
    padding-top: 80px;
    width: 100%;
    text-align: right;
}

.api-d1 {
    background: #fff;
    padding: 80px 0;
}

.api-d1 .s-t {
    margin-bottom: 65px;
    text-align: center;
    font-size: 40px;
    color: #333;
}

.api-d1 .layui-form-item {
    width: 100%;
    height: auto;
}

.api-d1 .layui-form-item.xztc {
    width: 500px;
    max-width: 100%;
}

.api-d1 .layui-form-item.tqsl {
    width: 800px;
    max-width: 100%;
}

.api-d1 .layui-form-label {
    width: 125px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 20px;
}

.api-d1 .layui-input-block {
    margin-left: 160px;
    min-height: 50px;
    line-height: 50px;
}

.tqsl .layui-input-block {
    padding-left: 10px;
}

.api-d1 .layui-input-block .layui-input,
.api-d1 .layui-select,
.api-d1 .layui-textarea {
    height: 50px;
}

#slideTest1 {
    height: 50PX;
}

.api-d1 .layui-form-item.tqsl .layui-slider-input {
    width: 100px;
    margin-top: 14px;
}

.api-d1 .layui-form-item.tqsl .layui-slider {
    top: 23px;
}

.api-d1 .layui-form-item.tqsl .layui-slider-wrap-btn {
    border: 6px solid #3896ff !important;
    position: relative;
    top: -8px;
}

.api-d1 .layui-form-item.tqsl .layui-slider-bar {
    background: #3896ff !important;
}

.api-d1 .layui-form-item .layui-form-radio {
    margin-top: 0;
}

.api-d1 .layui-form-item .layui-form-radio&gt;i:hover,
.api-d1 .layui-form-item .layui-form-radioed&gt;i {
    color: #3896ff !important;
}

.api-d1 .layui-form-item .layui-input-block span {
    font-size: 16px;
    color: #ababab;
}

.api-d1 .layui-form-item button {
    width: 200px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    background: #3896ff;
    font-size: 20px;
    margin: 30px auto 0;
    display: block;
}

.api-d2 {
    width: 100%;
    background: #eceef2;
    padding: 80px 0;
}

.api-d2 input {
    float: left;
    width: calc(100% - 300px);
    height: 50px;
    line-height: 50px;
    background: #fff;
}

.api-d2 button {
    float: right;
    width: 130px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #3896ff;
    border-radius: 4px;
    margin-left: 20px;
}

@media screen and (min-width: 300px) {
    .container {
        width: 95%;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
    }
}

@media screen and (min-width: 1440px) {
    .container {
        width: 1400px;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
    }
}

@media screen and (max-width: 1440px) {
    .s-t {
        font-size: 30px;
    }
    .i-d1,
    .i-d2,
    .i-d3 {
        padding: 7% 3%;
        box-sizing: border-box;
    }
    .i-d1 .left .d1,
    .i-d2 .right .d1,
    .i-d3 .left .d1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .i-d1 .left .d2,
    .i-d2 .right .d2,
    .i-d3 .left .d2 {
        font-size: 16px;
        line-height: 30px;
    }
    .footer .box2 dl dd {
        font-size: 16px;
    }
    .tg-d1 .ul2 li::after {
        right: -35%;
    }
    .tcgm-d .tab-c li .d1 {
        width: 100%;
        height: 80px;
        line-height: 80px;
        font-size: 22px;
    }
}

@media screen and (max-width: 1220px) {
    .i-d1 .left .d1,
    .i-d2 .right .d1,
    .i-d3 .left .d1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .i-d1 .left .d2,
    .i-d2 .right .d2,
    .i-d3 .left .d2 {
        font-size: 14px;
        line-height: 24px;
    }
    .i-d2 .right {
        width: 60%;
        float: none;
    }
    .i-banner {
        height: 810px;
    }
    .i-banner .box .d1 {
        width: 110px;
        margin: 0 auto 30px;
    }
    .i-banner .box .d2 {
        margin-bottom: 30px;
        font-size: 40px;
    }
    .i-banner .box .d3 {
        margin-bottom: 50px;
        font-size: 24px;
    }
    .i-banner .box .d4 span {
        font-size: 16px;
        margin: 0 5px;
    }
    .i-banner .box .d5 {
        width: 120px;
        height: 40px;
        margin: 40px auto;
        font-size: 16px;
    }
    .i-banner .box .d6 {
        height: 16px;
        line-height: 16px;
    }
    .i-banner .box .d6 a {
        font-size: 16px;
    }
    .footer {
        width: 100%;
        height: auto;
    }
    .footer .box2 dl dt {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .footer .box2 dl dd {
        font-size: 14px;
    }
    .footer .box2 {
        width: calc(83% - 110px);
    }
    .footer .box3 {
        width: 100px;
    }
    .header .nav a {
        font-size: 18px;
    }
    .header .r-btn a {
        width: 95px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
    .i-d1 .left li,
    .i-d2 .right li,
    .i-d3 .left li {
        margin-bottom: 30px;
    }
    .s-banner .text {
        padding-top: 20px;
    }
    .s-banner .text .d1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .s-banner .text .d2 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .tg-d1 {
        padding: 60px 0;
    }
    .tg-d1 .ul1 {
        margin-bottom: 60px;
    }
    .tg-d1 .ul1 li {
        height: 330px;
        padding-top: 30px;
    }
    .tg-d1 .ul1 li .d1 {
        max-width: 50%;
    }
    .tg-d1 .ul1 li .d2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .tg-d1 .ul1 li .d3 p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .tg-d1 .ul2 li {
        width: 180px;
    }
    .tg-d1 .ul2 li .d2 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .tg-d1 .ul2 li .d3 {
        font-size: 14px;
        line-height: 20px;
    }
    .tg-d1 .ul2 li::after {
        top: 20px;
        right: -52%;
        width: 40px;
    }
    .tg-d2 ul li .d1 {
        font-size: 40px;
    }
    .tg-d2 ul li .d2 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
    }
    .tg-d3 {
        padding: 60px 0;
    }
    .tcgm-d .tab-c li .d1 {
        height: 65px;
        line-height: 65px;
        font-size: 20px;
    }
    .tcgm-d .tab-c li .d2 {
        padding: 30px 30px 20px;
    }
    .tcgm-d .tab-c li .d2 dd {
        line-height: 30px;
        font-size: 16px;
    }
    .tcgm-d .tab-c li .d2 dd .n {
        width: 150px;
        height: 30px;
    }
    .tcgm-d .tab-c li .d2 dd .n a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-top: 3px;
    }
    .tcgm-d .tab-c li .d2 dd .n input {
        width: 80px;
        height: 30px;
        line-height: 28px;
        margin-left: 11px;
    }
    .tcgm-d .tab-c li .d3 a {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 997px) {
    .footer .box2 dl dt {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .footer .box2 dl dd {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 10px;
    }
    .tg-d1 .ul2 li::after {
        right: -33%;
    }
    .tg-d2 .box {
        width: 95%;
        margin: 0 auto;
    }
    .tg-d2 ul {
        width: 100%;
    }
    .tg-d1 .ul1 li {
        width: 48%;
        margin-right: 0;
        height: 310px;
    }
    .tg-d1 .ul1 li:nth-child(2n) {
        float: right;
    }
    .s-banner .text .d1 {
        font-size: 30px;
    }
    .s-banner .text .d2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .s-banner .text .d3 {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .s-t {
        font-size: 24px;
    }
    .header {
        height: 55px;
    }
    .header .logo {
        padding-top: 10px;
        width: 30px;
    }
    .header .nav {
        height: 55px;
        line-height: 55px;
        margin-left: 30px;
    }
    .header .nav a {
        font-size: 13px;
    }
    .header .r-btn {
        line-height: 55px;
    }
    .header .r-btn a {
        width: 40px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .i-banner {
        height: 100%;
        padding: 25% 3% 15%;
        box-sizing: border-box;
    }
    .i-banner .box .d1 {
        width: 80px;
    }
    .i-banner .box .d2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .i-banner .box .d3 {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .i-banner .box .d4 span {
        font-size: 12px;
        margin: 0 4px;
    }
    .i-banner .box .d5 {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .i-banner .box .d6 a {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .i-d1,
    .i-d2,
    .i-d3 {
        padding: 0%;
    }
    .i-d1 .left,
    .i-d2 .left,
    .i-d3 .left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .i-d1 .right,
    .i-d2 .right,
    .i-d3 .right {
        width: 65%;
        float: none;
        margin: 0 auto;
    }
    .i-d1 .left .d1,
    .i-d2 .right .d1,
    .i-d3 .left .d1 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .i-d1 .left .d2,
    .i-d2 .right .d2,
    .i-d3 .left .d2 {
        font-size: 12px;
        line-height: 18px;
    }
    .i-d1 .left li,
    .i-d2 .right li,
    .i-d3 .left li {
        margin-bottom: 20px;
    }
    .i-d1 .left .d1::after,
    .i-d2 .right .d1::after,
    .i-d3 .left .d1::after {
        width: 4px;
        height: 4px;
        left: -6px;
        top: calc(50% - 2px);
    }
    .i-d2 .right {
        width: 100%;
    }
    .i-d3 .right {
        position: static;
    }
    .footer {
        height: auto;
        padding: 30px 0 0;
        background: url(../images/f-bg.jpg) center top no-repeat;
        background-size: auto 100%;
    }
    .footer .box1 {
        width: 100%;
        float: none;
    }
    .footer .box1 img {
        max-width: 20%;
        margin: 0 auto 30px;
    }
    .footer .box2 {
        width: 100%;
        float: none;
    }
    .footer .box2 dl {
        width: 50% !important;
        margin-bottom: 20px;
    }
    .footer .box3 {
        width: 24%;
        float: none;
        margin: 30px auto 0;
    }
    .footer .bq {
        width: 90%;
        margin: 20px auto 0;
        height: auto;
        line-height: 20px;
        font-size: 12px;
        position: static;
    }
    .tg-d1 .ul2 li::after {
        display: none;
    }
    .s-banner {
        margin-top: 55px;
        height: 350px;
    }
    .s-banner .text {
        padding-top: 0px;
        width: 100%;
    }
    .s-banner .img {
        width: 40%;
    }
    .tg-d1 .ul2 {
        display: block;
    }
    .tg-d1 .ul2 li {
        float: left;
        width: 50%;
        margin-bottom: 20px;
    }
    .tg-d1 .ul2::after {
        display: block;
    }
    .tg-d1 .s-m {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: 20px auto 0;
    }
    .tg-d1 .s-t {
        margin-bottom: 30px;
    }
    .tg-d1 .ul1 li {
        height: 260px;
    }
    .tg-d1 .ul1 li .d2 {
        font-size: 16px;
    }
    .tg-d1 .ul1 li .d3 p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .tg-d2 {
        width: 100%;
        height: auto;
        background: url(../images/tg2-bg.jpg) center no-repeat;
        background-size: auto 100%;
        padding: 40px 0;
    }
    .tg-d2 ul {
        margin: 40px auto 0;
    }
    .tg-d2 ul li .d1 {
        font-size: 24px;
    }
    .tg-d2 ul li .d2 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .tg-d1,
    .tg-d3 {
        padding: 30px 0;
    }
    .tg-d3 .s-t {
        margin-bottom: 30px;
    }
    .tg-d3 li .t {
        height: 45px;
        line-height: 45px;
        padding-left: 15px;
        font-size: 16px;
    }
    .tg-d3 li .t::after {
        width: 20px;
        height: 2px;
        right: 15px;
        top: calc(50% - 2px);
        background: #fff;
    }
    .tg-d3 li .t::before {
        width: 2px;
        height: 20px;
        right: 24px;
        top: calc(50% - 10px);
        background: #fff;
    }
    .tg-d3 li .b {
        padding: 15px 20px;
    }
    .tg-d3 li .b .right {
        width: calc(100% - 40px);
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px;
    }
    .s-banner .text .d1 {
        font-size: 24px;
    }
    .s-banner .text .d2 {
        font-size: 14px;
        line-height: 24px;
    }
    .s-banner .text .d3 {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .s-banner .img {
        width: 50%;
    }
    .tcgm-d .tab-c li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    .tcgm-d {
        padding: 30px 0;
    }
    .tcgm-d .s-t {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .tcgm-d .tab-t span {
        width: 30%;
        height: 35px;
        line-height: 32px;
        font-size: 12px;
        margin: 0 2px;
    }
    .tcgm-d .tab-t {
        margin-bottom: 30px;
    }
    .tcgm-d .tab-c li .d1 {
        height: 55px;
        line-height: 55px;
        font-size: 18px;
    }
    .tcgm-d .tab-c li .d2 {
        padding: 20px 15px 20px;
    }
    .tcgm-d .tab-c li .d3 {
        padding-bottom: 20px;
    }
    .header .nav li {
        margin-left: 10px;
    }
    .header2 .nav li a {
        font-size: 13px;
    }
    .api-d1 {
        padding: 30px 0;
    }
    .api-d1 .s-t {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .api-d1 .layui-form-label {
        width: 75px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .api-d1 .layui-input-block {
        margin-left: 85px;
        min-height: 35px;
        line-height: 35px;
    }
    .api-d1 .layui-input-block .layui-input,
    .api-d1 .layui-select,
    .api-d1 .layui-textarea {
        height: 35px;
    }
    #slideTest1 {
        height: 34px;
    }
    .api-d1 .layui-form-item.tqsl .layui-slider {
        top: 16px;
        height: 2px;
    }
    .layui-slider-wrap-btn {
        width: 6px;
        height: 6px;
    }
    .api-d1 .layui-form-item.tqsl .layui-slider-wrap-btn {
        border: 4px solid #3896ff !important;
        top: -1px;
    }
    .api-d1 .layui-form-item .layui-form-radio&gt;i {
        margin-right: 5px;
        font-size: 14px;
    }
    .api-d1 .layui-form-item .layui-form-radio {
        font-size: 14px;
    }
    .api-d1 .layui-form-item .layui-input-block span {
        font-size: 12px;
    }
    .api-d1 .layui-form-item button {
        width: 160px;
        height: 40px;
        border-radius: 40px;
        font-size: 16px;
        margin: 20px auto 0;
    }
    .api-d2 {
        padding: 30px 0;
    }
    .api-d2 input {
        float: none;
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .api-d2 button {
        float: none;
        width: 25%;
        height: 35px;
        line-height: 35px;
    }
    .api-d2 button:nth-child(2) {
        margin-left: 25%;
    }
}

@media screen and (max-width: 450px) {}</pre></body></html>